x86: Remove redundant logic for mp_register gsi.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 26 Nov 2009 11:35:27 +0000 (11:35 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 26 Nov 2009 11:35:27 +0000 (11:35 +0000)
commit74127b5e90085815816822e17a3e1ddb1b23a992
treec3034fdba2677acbe4d068d0b81533304b2078ad
parent3e64b93244858a140f9ffc6e6a7bbbd714cf0e47
x86: Remove redundant logic for mp_register gsi.

For xen's irq and gsi, they are identity mapped, and doesn't
need to record the irq and gsi mapping in this array, in addition
the mapping maybe not correct, since dom0 may not figure the GSI
from 16 on.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
xen/arch/x86/mpparse.c